2 Imports System
.Reflection
3 Imports System
.Runtime
.InteropServices
4 Imports System
.Security
6 ' General Information about an assembly is controlled through the following
7 ' set of attributes. Change these attribute values to modify the information
8 ' associated with an assembly.
10 ' Review the values of the assembly attributes
12 <Assembly
: AssemblyTitle("VBOutlookRibbonXML")>
13 <Assembly
: AssemblyDescription("")>
14 <Assembly
: AssemblyCompany("MSIT")>
15 <Assembly
: AssemblyProduct("VBOutlookRibbonXML")>
16 <Assembly
: AssemblyCopyright("Copyright © MSIT 2009")>
17 <Assembly
: AssemblyTrademark("")>
19 ' Setting ComVisible to false makes the types in this assembly not visible
20 ' to COM components. If you need to access a type in this assembly from
21 ' COM, set the ComVisible attribute to true on that type.
22 <Assembly
: ComVisible(False)>
24 'The following GUID is for the ID of the typelib if this project is exposed to COM
25 <Assembly
: Guid("e5a4a3a3-bd58-45cb-bc88-07fb0ec77057")>
27 ' Version information for an assembly consists of the following four values:
34 ' You can specify all the values or you can default the Build and Revision Numbers
35 ' by using the '*' as shown below:
36 ' <Assembly: AssemblyVersion("1.0.*")>
38 <Assembly
: AssemblyVersion("1.0.0.0")>
39 <Assembly
: AssemblyFileVersion("1.0.0.0")>
41 <Assembly
: SecurityTransparent()>